home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000275_news@columbia.edu _Wed Nov 10 18:30:44 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA04984
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 10 Nov 1999 18:30:43 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA28139
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 10 Nov 1999 18:29:28 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: "art1958" <artNOSPAM1958@yahoo.com>
  10. Subject: Re: SCO Unix 5.05 - setuid and setgrp errors
  11. Message-ID: <t2lW3.7127$L5.81819@c01read02-admin.service.talkway.com>
  12. Date: Wed, 10 Nov 1999 21:01:13 GMT
  13. Organization: Talkway, Inc.
  14. To: kermit.misc@columbia.edu
  15.  
  16. > I hope this information will allow you to help me with the question of getting
  17. > setuid and setgid (setgrp?) errors. These errors only happen if we execute
  18. > Kermit from our application, and only on this particular system. If you could
  19. > tell me what causes Kermit to execute these functions, then I might know what
  20. > we can do to stop them from being called. It seems that they are not called if
  21. > we run it from the command line. (no errors anyway, and Kermit has only
  22. > rwxrwxrwx permissions, no rws permissions, although we tried setting the
  23. > permissions to rwsrwsrwx and it made no difference)
  24. > Buford, GA USA
  25.  
  26. Try this (it works on all our SCO systems from Xenix to OS5.05)
  27. locate the kermit binary
  28. chown uucp kermit
  29. chgrp uucp kermit
  30. chmod 4755 kermit
  31.  
  32. You may also want to check the ownership/permission of the device the
  33. modem is 
  34. on to be sure it is owned by uucp.  Also try running /etc/uuinstall #5
  35. to check the
  36. consistency of uucp files/directories.
  37. --
  38. Free audio & video emails, greeting cards and forums
  39. Talkway - http://www.talkway.com - Talk more ways (sm)
  40.